home *** CD-ROM | disk | FTP | other *** search
/ Maclife 129 / MACLIFE129.ISO.7z / MACLIFE129.ISO / mac / MACLIFE連載 / AppleScript / FaceSpan 3.0 Demo Installer.sit / FaceSpan 3.0 Demo Installer / FaceSpan 3.0 Demo / FaceSpan Additions.rsrc / TEXT_5106.txt < prev    next >
Text File  |  1998-03-28  |  637b  |  13 lines

  1. Purpose: The DisplayWithin key filter forces textboxes and table cells to accept only digits defining an integer in a range specified by the format property.
  2.  
  3.  
  4. Usage: The value range is entered into the format property as two integers, the minimum and maximum allowable values, separated by a tab character. The two characters 窶彌t窶 can be used to represent the tab character.
  5.  
  6. Examples:
  7.      100¥t1000
  8.      0¥t32767
  9.  
  10. Notes:
  11. 1. If the format property contains an invalid range, the valid property will return false always.
  12. 2. If the format property is empty, the valid property will return true always.
  13. 3. An empty textbox is invalid.